-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate indexer provider #7622
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dirkmc
force-pushed
the
feat/indexer-provider
branch
3 times, most recently
from
November 12, 2021 08:40
a18925e
to
c05a34b
Compare
dirkmc
force-pushed
the
feat/cid-to-piece-idx
branch
from
November 12, 2021 08:43
2792fe1
to
588d6ec
Compare
dirkmc
force-pushed
the
feat/indexer-provider
branch
from
November 12, 2021 08:44
c05a34b
to
bd8cdff
Compare
masih
added a commit
to filecoin-project/go-legs
that referenced
this pull request
Nov 12, 2021
Upgrade to go-data-transfer `v1.11.4` so that it's consistent with the version used in lotus. This is to reduce the changes needed in downstream repos as part of integrating indexing into Lotus. Relates to: - ipni/index-provider#90 - filecoin-project/lotus#7622
masih
added a commit
to filecoin-project/go-legs
that referenced
this pull request
Nov 12, 2021
Upgrade to go-data-transfer `v1.11.4` so that it's consistent with the version used in lotus. This is to reduce the changes needed in downstream repos as part of integrating indexing into Lotus. Relates to: - ipni/index-provider#90 - filecoin-project/lotus#7622
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 12, 2021
Upgrade to go-data-transfer `v1.11.4` so that the dependency is consistent with the version used by Lotus. As part of upgrade, also upgrade go-legs to the latest, which uses the same version. Relates to: - filecoin-project/lotus#7622 - #90
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 12, 2021
Upgrade: - go-data-transfer to `v1.11.4` - go-graphsync to `v0.10.4` - go-multiaddr to `v0.4.1` This is so that the dependencies are consistent with the version used by Lotus as much as possible. As part of upgrade, also upgrade go-legs to the latest, which uses the same version. Upgrade to the latest release of go-ipld-prime. Relates to: - filecoin-project/lotus#7622 - #90
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 12, 2021
Upgrade: - go-data-transfer to `v1.11.4` - go-graphsync to `v0.10.4` - go-multiaddr to `v0.4.1` This is so that the dependencies are consistent with the version used by Lotus as much as possible. As part of upgrade, also upgrade go-legs to the latest, which uses the same version. Upgrade to the latest release of go-ipld-prime. Relates to: - filecoin-project/lotus#7622 - #90
dirkmc
force-pushed
the
feat/indexer-provider
branch
2 times, most recently
from
November 16, 2021 15:56
9749ae3
to
dea2e4a
Compare
dirkmc
force-pushed
the
feat/indexer-provider
branch
from
November 16, 2021 16:45
dea2e4a
to
627d4fb
Compare
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 16, 2021
Downgrade following dependencies to reduce churn on lotus side: - github.com/libp2p/go-libp2p-quic-transport to `v0.11.2` - github.com/ipfs/go-bitswap to `v0.3.4` Use `replace` directive in `cmd/go.mod` so that the latest changes from root module are pulled. Relates to: - filecoin-project/lotus#7622
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 16, 2021
Downgrade following dependencies to reduce churn on lotus side: - github.com/libp2p/go-libp2p-quic-transport to `v0.11.2` - github.com/ipfs/go-bitswap to `v0.3.4` Relates to: - filecoin-project/lotus#7622
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 16, 2021
Downgrade following dependencies to reduce churn on lotus side: - github.com/libp2p/go-libp2p-quic-transport to `v0.11.2` - github.com/ipfs/go-bitswap to `v0.3.4` Use `replace` directive in `cmd/go.mod` so that the latest changes from root module are pulled. Relates to: - filecoin-project/lotus#7622
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 16, 2021
Downgrade following dependencies to reduce churn on lotus side: - github.com/libp2p/go-libp2p-quic-transport to `v0.11.2` - github.com/ipfs/go-bitswap to `v0.3.4` Relates to: - filecoin-project/lotus#7622
masih
added a commit
to ipni/index-provider
that referenced
this pull request
Nov 16, 2021
Downgrade following dependencies to reduce churn on lotus side: - github.com/libp2p/go-libp2p-quic-transport to `v0.11.2` - github.com/ipfs/go-bitswap to `v0.3.4` Relates to: - filecoin-project/lotus#7622
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO:
storetheindex
in DAGStore and do NOT use an in-memory index.